home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
- <html xmlns="http://www.w3.org/1999/xhtml"><head>
- <title>Nero Copy Gadget</title>
- <meta http-equiv="content-type" content="text/html;charset=utf-8" />
- <script type="text/javascript">
- // strings for translation
- var L_BurnanbleDisc = "Recordable disc";
- var L_ReadonlyDisc = "Read-only disc";
- var L_NoDisc = "No Disc";
- var L_WaitCD = "Waiting for a disc";
- var L_BurningError = "Burning error";
- var L_UserAborted = "Aborting...";
- var L_NumberOfCopies = "Number of copies";
- var L_Progress = "Progress";
- var L_Cancel = "Cancel";
- var L_Ok = "OK";
- var L_Copy = "Start Copying";
- var L_BurningComplete = "Copying complete";
- var L_BurningAborted = "Copying aborted";
- var L_BurningStarted = "Copying started";
- var L_DropError = "Internal error during drop operation";
- var L_DropErrorMultipleFiles = "Cannot burn several files at once";
- var L_DropErrorLink = "Nero DiscCopy cannot burn links";
- var L_DropErrorFolder = "Nero DiscCopy cannot burn folders";
- var L_DropErrorAlreadyBurning = "Nero DiscCopy cannot process the dropped file because it is already being burned";
- var L_DropBurningStarted = "Processing dropped file";
- var L_Version = "GUI Version:";
- var L_VersionServer = "Server Version:";
- var L_VersionAPI = "NeroAPI Version:";
- var L_EraseDisc = "Erase Disc";
- var L_CloseTray = "Close Tray";
- var L_Dialog = "(Dialog)";
-
- //keep the function called on unload inside the html, so sidebar doesn't crash
- function COMServerShutdown()
- {
- try {
- COMServer.StartBurn( false );
- } catch (e) { /* ignore */ };
- COMServer = null;
- }
-
- </script>
- <script type="text/javascript" src="scripts/gadget.js"></script>
- <style type="text/css">
- body
- {
- margin: 0px;
- width: 130px;
- height: 125px;
- }
-
- img
- {
- position: absolute;
- }
-
- .btn
- {
- border:.1px solid;
- scrollbar-face-color:white;
-
- position: absolute;
- color: black;
- font-family: Segoe UI;
- font-size: 11px;
- font-weight: bold;
- font-stretch: narrower;
-
- left:70px;
- top:76px;
-
- height:19;
- }
-
- </style></head>
- <!--- the page itself ---->
- <body scroll='no' style="background-repeat: no-repeat;" onLoad="reset()" ondrop="OnItemsDropped()" onunload="COMServerShutdown()">
- <div id="mainbutton"><img alt ="" id="MainButtonImg" src="images/Copy Mode/Copy Button/NDCG_main_opt_actual_Disabled.png" style="left:55px;top:46px;visibility:visible;z-index:21;border:0px solid #000;" onmouseover="AutoSlideOut();MouseOverMainButton();" onmouseout="MouseOutOfMainButton();AutoSlideIn();" onmousedown="MainButtonMouseDown()" onmouseup="MainButtonMouseUp()" onclick="MainButtonClicked()"/></div>
- <div id="display"><img id="DisplayImg" alt="Display" src="images/Copy Mode/Copies Entry/NDCG_main_opt_actual_Entry.png" style="left:10px;top:51px;visibility:visible;z-index:23;border:0px solid #000;" onmouseover="AutoSlideOut();" onmouseout="AutoSlideIn();"/></div>
- <div id="lsdigit"><img id="LSDigitImg" alt="Display" src="images/digits/Digit_0b.PNG" style="left:29px;top:57px;visibility:visible;z-index:24;border:0px solid #000;" onmouseover="AutoSlideOut();" onmouseout="AutoSlideIn();"/></div>
- <div id="msdigit"><img id="MSDigitImg" alt="Display" src="images/digits/Digit_0b.PNG" style="left:19px;top:57px;visibility:visible;z-index:24;border:0px solid #000;" onmouseover="AutoSlideOut();" onmouseout="AutoSlideIn();"/></div>
- <div id="inccopies"><img id="IncCopiesImg" alt="More copies" src="images/Copy Mode/Copies Plus/NDCG_main_opt_actual_Disabled.png" style="left:21px;top:43px;visibility:visible;z-index:22;border:0px solid #000;" onmouseover="AutoSlideOut();MouseOverIncCopiesButton()" onmouseout="MouseOutOfIncCopiesButton();AutoSlideIn();" onmousedown="IncCopiesButtonMouseDown()" onmouseup="IncCopiesButtonMouseUp()" onclick="IncCopiesButtonClicked()" ondblclick="IncCopiesButtonClicked()"/></div>
- <div id="deccopies"><img id="DecCopiesImg" alt="Less copies" src="images/Copy Mode/Copies Minus/NDCG_main_opt_actual_Disabled.png" style="left:21px;top:75px;visibility:visible;z-index:22;border:0px solid #000;" onmouseover="AutoSlideOut();MouseOverDecCopiesButton()" onmouseout="MouseOutOfDecCopiesButton();AutoSlideIn();" onmousedown="DecCopiesButtonMouseDown()" onmouseup="DecCopiesButtonMouseUp()" onclick="DecCopiesButtonClicked()" ondblclick="DecCopiesButtonClicked()"/></div>
- </body>
- </html>
-
-